@import "online.css";
@import "animate.min.css";
@import "../zui/css/zui.min.css";
.os-suit-btn {
  padding: 10px 40px;
  display: inline-block;
  background-color: #00aef3;
  color: #ffffff;
  border-radius: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border: 1px solid #00aef3;
  margin: 0 0 20px;
}
.os-suit-btn:hover {
  color: #ffffff;
  background-color: #00aef3;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.row {
  margin: 0;
}
* {
  font-family: "Microsoft Yahei" !important;
}
a,
a:hover {
  text-decoration: none !important;
  color: #333333;
}
a:focus {
  color: #ffffff;
}
ul,
ol {
  margin: 0!important;
  padding: 0!important;
  list-style: none;
}
p,
h1 {
  line-height: 1;
  margin: 0;
}
.com-p {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}
.box {
  padding: 50px 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.friend {
  margin: 10px;
  display: inline-block;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  width: 180px;
  height: 180px;
}
.n-friend {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.n-friend:hover {
  border: 1px solid #00aef3;
  color: #00aef3;
}
.n-friend i {
  margin-right: 10px;
}
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.header .active {
  color: #00aef3 !important;
}
.header .logo {
  margin: 0;
}
.header .logo a {
  background-image: url('../images/logo.png');
  background-size: 116px;
  line-height: 38px;
  text-indent: -9999px;
  float: left;
  display: block;
  width: 116px;
  height: 38px;
  margin-top: 7px;
}
.hotline  {
  background-image: url('../images/hotline.png');
    background-size: 220px;
    text-indent: -9999px;
    float: left;
    width: 220px;
    height: 38px;
    margin-top: 3px;
    margin-left: 30px;
}
.header .main-nav .menu {
  float: right;
}
.header .main-nav .menu > li {
  float: left;
  line-height: 60px;
  margin-right: 30px;
}
.header .main-nav .menu > li > a {
  padding: 7px;
  color: #333333;
  font-size: 16px;
}
.header .main-nav .menu > li > a:hover {
  color: #00aef3;
}
.header .main-nav .menu .dp-tag {
  position: relative;
}
.header .main-nav .menu .dp-tag:hover > a,
.header .main-nav .menu .dp-tag:hover i {
  color: #00aef3;
}
.header .main-nav .menu .dp-tag:hover .dp-menu {
  display: block;
}
.header .main-nav .menu .dp-tag i {
  font-size: 18px;
}
.header .main-nav .menu .dp-tag .dp-menu {
  position: absolute;
  min-width: 145px;
  width: 145px;
  padding: 5px 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-10px);
  transition: opacity .2s ease 0s,transform .2s ease 0s;
  -webkit-transition: opacity .2s ease 0s,transform .2s ease 0s;
}
.header .main-nav .menu .dp-tag .dp-menu:before {
  height: 8px;
  background-color: #fff;
  content: '';
  position: absolute;
  width: 8px;
  transform: rotate(45deg);
  top: -4px;
  left: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.header .main-nav .menu .dp-tag .dp-menu:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 8px;
  background-color: #fff;
  content: '';
}
.header .main-nav .menu .dp-tag .dp-menu li {
  line-height: 40px;
}
.header .main-nav .menu .dp-tag .dp-menu a {
  font-size: 15px;
  color: #666;
}
.header .main-nav .menu .dp-tag .dp-menu a:hover {
  color: #00aef3;
}
.header .main-nav .menu .dp-tag .in {
  opacity: 1;
  transform: translateY(0);
}
.footer {
  padding: 40px 0 0;
  background: #fbfbfb;
}
.footer .list {
  text-align: left;
  margin-bottom: 20px!important;
}
.footer .list .item {
  margin-top: 15px;
}
.footer .list .item a {
  color: #666;
}
.footer .list .item a:hover {
  color: #00aef3;
}
.footer .list .item i {
  margin-right: 7px;
}
.footer .last-list {
  border-right: 1px solid #d8d8d8;
}
.d-footer {
  padding: 20px 0;
  background: #000;
  position: relative;
}
.d-footer .rights {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  min-width: 540px;
  text-align: center;
}
.d-footer .rights a {
  color: #fff;
}
.d-footer .cnzz {
  position: absolute;
  left: 0;
  z-index: 9999;
  bottom: 0;
}
.b-bottom {
  border-bottom: 3px solid #1abd9d;
}
.fixedBox {
  width: 165px;
  z-index: 99999;
  cursor: pointer;
  position: fixed;
  top: 25%;
  right: 0;
  transition: all .3s ease;
  -webkit-transition: all .5s ease;
}
.fixedBox .rList {
 
  width: 125px;

  padding: 8px;
  float: right;
}
.fixedBox .rList .listLi {
  background: #c9c9c9;
  margin: 5px auto 0;
  padding: 8px;
  width: 74px;
  text-align: center;
  position: relative;
  transition: all .3s ease;
  -webkit-transition: all .3s ease ;
  opacity: 0.8
}
.fixedBox .rList .listLi:last-child {
  margin-bottom: 8px;
}
.fixedBox .rList .listLi:hover {
  background-color: #f1f1f1;
}
.fixedBox .rList .listLi .iconfont {
  font-size: 38px;
}
.fixedBox .rList .listLi .liText {
  margin-top: 3px;
}
.fixedBox .rList .listLi a,
.fixedBox .rList .listLi a:focus {
  color: #000;
}
.fixedBox .rList .Service {
  z-index: 999;
}
.fixedBox .rList .Service .hideQQ {
  position: absolute;
  top: 0;
  left: -159px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 997;
  display: none;
}
.fixedBox .rList .Service .hideQQ img {
  width: 32px;
  height: 32px;
  margin-top: 5px;
}
.fixedBox .rList .Service .hideQQ .qqImg {
  background-image: url("../images/qq.png");
  width: 97px;
  height: 28px;
}
.fixedBox .rList .Service .hideQQ .leftLi {
  margin-left: 10px;
  text-align: left;
}
.fixedBox .rList .Service:hover {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.fixedBox .rList .Service:hover .hideQQ {
  display: block;
}
.fixedBox .rightSlide {
  width: 40px;
  height: 120px;
  background: #00aef3;
  float: right;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.moveRight {
  transform: translateX(125px);
  -webkit-transform: translateX(125px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.video-box {
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -400px;
  height: 283px;
  display: none;
  z-index: 10;
}
.video-box .close {
  width: 40px;
  color: #999;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  opacity: 1;
  display: none;
}
.menban {
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.totop {
  position: fixed;
  z-index: 999;
  right: 5px;
  bottom: 75px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}
.totop:hover {
  background: url(../images/rocket.png) no-repeat 0 -62px;
}
.d-box {
  z-index: 999999999;
  position: absolute;
}
.d-box img {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -360px;
}
.c-close {
  position: absolute;
  right: 615px;
  top: 210px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.recruit {
  background: url(../images/rree.png);
  width: 200px;
  height: 232px;
  position: fixed;
  right: 0;
  z-index: 99999;
  bottom: 200px;
}
.smallOs {
  background: url("../images/smallos.png");
  height: 4179px;
  width: 1909px;
  position: relative;
}
.joinOs {
  position: absolute;
  bottom: 550px;
  width: 235px;
  height: 65px;
  left: 605px;
  display: inline-block;
}
.common-ab {
  content: "" attr(data-hover) "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
}
.banner {
  background: url("../images/V3-toem/sh-banner.png") no-repeat center;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.banner .banner-box {
  padding-left: 5px;
  height: 250px;
  margin-top: 375px;
}
.banner .banner-box .info-wrap {
  height: 100%;
  padding-left: 0;
  font-size: 16px;
}
.banner .banner-box .info-wrap .btn-group {
  margin-top: 20px;
}
.ui-wrap {
  background-color: #ffffff;
  padding: 20px 0;
}
.ui-wrap .new-ui-wrap .ui-img {
  background: url("../images/V3-toem/new-ui.png") no-repeat center;
  height: 400px;
}
.ui-info {
  margin-top: 75px;
}
.ui-info h3 {
  font-weight: 600!important;
  color: #6f6f6f;
  font-size: 28px;
  margin-bottom: 20px;
}
.ui-info p {
  color: #babbbb;
  font-size: 16px;
}
.ui-info p {
  margin-bottom: 10px;
}
.backstage-wrap {
  background: #e9edf0;
  padding: 20px 0;
}
.backstage-wrap .backstage-img {
  background: url("../images/V3-toem/new-1.png") no-repeat center;
  height: 410px;
}
.data-wrap .data-img {
  background: url("../images/V3-toem/new-2.png") no-repeat center;
  height: 375px;
}
.message-img {
  background: url("../images/V3-toem/z.png") no-repeat center;
  height: 375px;
}
.note-img {
  background: url("../images/V3-toem/x.png") no-repeat center;
  height: 345px;
}
.sh-btn {
  padding: 10px 30px;
  display: block;
  float: left;
  border: 1px solid #00aef3;
  border-radius: 4px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 0 3px rgba(26, 188, 156, 0.2);
}
.index-btn {
  overflow: hidden;
}
.index-btn:hover {
  color: #00aef3;
}
.index-btn:hover:before {
  top: -100%;
}
.index-btn:before {
  content: "" attr(data-hover) "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  top: 0;
  background-color: #00aef3;
  transition: top .3s ease;
}
.online-btn1 {
  margin-left: 20px;
  color: #00aef3;
  overflow: hidden;
  cursor: pointer;
}
.online-btn1:hover:after {
  bottom: 0;
  color: #00aef3;
}
.online-btn1:after {
  content: "" attr(data-hover) "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  bottom: -100%;
  background-color: #ffffff;
  transition: all .3s ease;
}
.next-btn {
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #00aef3;
  border-radius: 4px;
}
.more {
  background: url("../images/V3-toem/more.jpg");
  height: 511px;
  margin-top: 25px;
}
.client-wrap {
  background-color: #ffffff;
  padding: 20px 0;
}
.client-wrap .client-box {
  text-align: center;
}
.client-wrap .client-box .cus-1 {
  margin: 20px auto ;
  display: block;
}
.client-wrap .client-box .button-v {
  margin: 0 auto;
  margin-top: 50px;
  width: 270px;
  height: 40px;
}
.client-wrap .client-box .button-v .button1 {
  width: 108px;
  height: 40px;
  background: #1abd9d;
  border-radius: 8px;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.client-wrap .client-box .button-v .button2 {
  width: 108px;
  height: 40px;
  border: 1px solid #1abd9d;
  border-radius: 8px;
  float: right;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #1abd9d;
}
.client-wrap .client-box .client {
  background-color: #e9edf0;
  padding: 20px 10px;
}
.client-wrap .client-box .client .content {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  min-height: 325px;
  position: relative;
  text-align: left;
}
.client-wrap .client-box .client .content:hover .hide-box {
  left: 0;
}
.client-wrap .client-box .client .content .hide-box {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .5s ease;
  text-align: center;
}
.client-wrap .client-box .client .content .hide-box i {
  color: #ffffff;
  font-size: 40px;
  line-height: 355px;
}
.client-wrap .client-box .client .content img {
  margin: 10px auto;
  max-height: 40px;
}
.client-wrap .client-box .client .content p {
  color: #909092;
}
.client-wrap .client-box .client .content p span {
  color: #00aef3;
  font-size: 16px;
}
.client-wrap .client-box .client .content article {
  text-align: left;
  color: #7f7f81;
  text-indent: 2em;
}
.p-bold {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #333!important;
}
.ghost-button {
  margin: 20px auto 0;
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 45px;
  color: #6f6f6f;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid rgba(26, 188, 156, 0.7);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}
.ghost-button:hover {
  border: 2px solid #00aef3;
  color: #00aef3;
  text-decoration: none;
}
.ghost-button .line {
  position: absolute;
  display: block;
  background: none;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}
.ghost-button:hover .line {
  background: #fff;
}
.ghost-button .line-top {
  height: 2px;
  width: 0;
  left: -110%;
  top: -2px;
}
.ghost-button:hover .line-top {
  width: 96%;
  left: 2px;
}
.ghost-button .line-bottom {
  width: 0;
  height: 2px;
  right: -110px;
  bottom: -2px;
}
.ghost-button:hover .line-bottom {
  width: 96%;
  right: 2px;
}
.ghost-button .line-left {
  height: 0;
  width: 2px;
  left: -2px;
  bottom: -110%;
}
.ghost-button:hover .line-left {
  bottom: 1px;
  height: 88%;
}
.ghost-button .line-right {
  height: 0;
  width: 2px;
  right: -2px;
  top: -110%;
}
.ghost-button:hover .line-right {
  top: 1px;
  height: 88%;
}
.backstage-info .ghost-button:hover .line {
  background: #e9edf0;
}
